Measuring OCSP Responder Performance with Powershell

The other day I did a post about testing if OCSP stapling was working, but what about telling how fast your OCSP responder is? Well that is what this post is about, on Unix based systems with curl you would do something along these lines: time curl –verbose –url http://ocsp2.globalsign.com/gsextendvalg2/MFMwUTBPME0wSzAJBgUrDgMCGgUA BBSgcg6ganxiAlTyqPWd0nuk87cvpAQUsLBK/Rx1KPgcYaoT9vrBkD1rFqMCEhEh D0Xjo/V7lgq3ziGoWG69rA== But there is … Continue reading Measuring OCSP Responder Performance with Powershell